Our Great Leader's Conundrums
Where do we even start?
- Who wears the socks in the morning?
- Why does the toilet paper roll go against the grain?
- Should we have a snack or not?
And don't even get us started on The Great Sock Conspiracy
// function solveConundrums(leader, conundrum) {
// if (conundrum === 'socks') {
// leader.wears_socks = true;
// } else if (conundrum === 'toilet paper roll') {
// leader.toilet_paper_alignment = 'diagonal';
// } else if (conundrum === 'snack') {
// leader.has_snack = true;
// }
// }